runtime.mheap.specialReachableAlloc (field)

4 uses

	runtime (current package)
		mgc.go#L1908: 		s := (*specialReachable)(mheap_.specialReachableAlloc.alloc())
		mgc.go#L1935: 		mheap_.specialReachableAlloc.free(unsafe.Pointer(s))
		mheap.go#L208: 	specialReachableAlloc  fixalloc // allocator for specialReachable
		mheap.go#L747: 	h.specialReachableAlloc.init(unsafe.Sizeof(specialReachable{}), nil, nil, &memstats.other_sys)